home *** CD-ROM | disk | FTP | other *** search
- package java.util;
-
- final class HashMap$Values extends AbstractCollection<V> {
- // $FF: synthetic field
- final HashMap this$0;
-
- private HashMap$Values(HashMap var1) {
- this.this$0 = var1;
- }
-
- public Iterator<V> iterator() {
- return this.this$0.newValueIterator();
- }
-
- public int size() {
- return this.this$0.size;
- }
-
- public boolean contains(Object var1) {
- return this.this$0.containsValue(var1);
- }
-
- public void clear() {
- this.this$0.clear();
- }
-
- // $FF: synthetic method
- HashMap$Values(HashMap var1, HashMap.1 var2) {
- this(var1);
- }
- }
-